Returns the internal date number for text in quotes.
引用符で囲まれたテキストの内部日付番号を返します。
The internal date number is returned as a number. The number is determined by the date system that is used by Office to calculate dates.
内部日付番号を数字として返します。数字は、Office が日付を計算するために使用する日付システムによって決定されます。
If the text string also includes a time value, DATEVALUE only returns the integer part of the conversion.
もし、テキスト文字列が時間を含んでいるなら、DATEVALUE 関数は変換の整数部分を返すだけです。
DATEVALUE("Text")
DATEVALUE("日付文字列")
Text is a valid date expression and must be entered with quotation marks.
テキスト は有効な日付の表現であり、引用符で囲む必要があります。
=DATEVALUE("1954-07-20") yields 19925.
=DATEVALUE("1954-07-20") は、19925 を返します。